home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-02-18 | 977 b | 30 lines |
- CFLAGS = libcode nolink nostackcheck nodebug saveds ign=93 ign=304 ign=100 ign=161
-
- #libcode :
- #---------
- all: /libs/gfx.library /Programs/TIGA
-
- /libs/gfx.library: gfxentry.o gfx.o CopyP2C.o
- @echo "*e[32mLinking GfxEntry.o Gfx.o CopyP2C.o TO gfx.libray*e[0m"
- @slink libfd gfx_lib.fd TO /libs/gfx.library FROM lib:libent.o lib:libinit.o gfxentry.o gfx.o CopyP2C.o libVersion 0 libRevision 1 LIB lib:amiga.lib+lib:debug.lib
- @echo "*e[32mUpdate libs:gfx.libray...*e[0m"
- @copy /libs/gfx.library libs:
- @avail flush >nil:
-
- gfx.o: gfx.c
- @echo "*e[32mCompiling gfx.c*e[0m"
- @sc gfx.c $(CFLAGS)
-
- # sorry, this file has my private copyright !
- #gfxentry.o: gfxentry.c
- # @echo "*e[32mCompiling GfxEntry.c*e[0m"
- # @sc gfxentry.c $(CFLAGS)
-
- CopyP2C.o: CopyP2C.a
- @echo "*e[32mCompiling the assembler Modul*e[0m"
- @sc CopyP2C.a nolink
-
- /Programs/TIGA: TIGA.o TIGA.c
- @echo "*e[32mCompiling the TIGA Driver*e[0m"
- @sc TIGA.c link TO /Programs/TIGA
-